home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 2
/
CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso
/
graphics
/
dust
/
examples
/
oldexamples
/
waterpreview2.bat
< prev
next >
Wrap
DOS Batch File
|
1995-12-15
|
455b
|
24 lines
!clear
;this script creates <frames> pictures of a water-wave
;the plane should have a resultion of 60x60 points (or more)
;DustV1.84+ required
.frames=60
set(screen,t)
set(screendepth,5)
set(drawmode,color)
avail
load(1,plane)
color(1,0,155,255)
avail
copy(1,3)
avail
set(windowpri,1)
window(3,0,0,300,color,327,12,1.3333,true,false)
avail
set(checkmouse,f)
for(i,1,frames)
waterframe(1,frames,i,3,3.0,9.0,0.0,0.0,0.8,6.0,2.0)
windowsave(1,pic.%)
end